curl -X GET \
-H "Accept: application/json" \
"https://api.figsh.com/v2/articles?page=789&page_size=789&limit=789&offset=789&order=order_example&order_direction=orderDirection_example&institution=789&published_since=publishedSince_example&modified_since=modifiedSince_example&group=789&resource_doi=resourceDoi_example&item_type=789&doi=doi_example&handle=handle_example"
import org.openapitools.client.*;
import org.openapitools.client.auth.*;
import org.openapitools.client.model.*;
import org.openapitools.client.api.ArticlesApi;
import java.io.File;
import java.util.*;
public class ArticlesApiExample {
public static void main(String[] args) {
// Create an instance of the API class
ArticlesApi apiInstance = new ArticlesApi();
UUID xCursor = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // UUID | Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.
Long page = 789; // Long | Page number. Used for pagination with page_size
Long pageSize = 789; // Long | The number of results included on a page. Used for pagination with page
Long limit = 789; // Long | Number of results included on a page. Used for pagination with query
Long offset = 789; // Long | Where to start the listing (the offset of the first result). Used for pagination with limit
String order = order_example; // String | The field by which to order. Default varies by endpoint/resource.
String orderDirection = orderDirection_example; // String |
Long institution = 789; // Long | only return articles from this institution
String publishedSince = publishedSince_example; // String | Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
String modifiedSince = modifiedSince_example; // String | Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
Long group = 789; // Long | only return articles from this group
String resourceDoi = resourceDoi_example; // String | Deprecated by related materials. Only return articles with this resource_doi
Long itemType = 789; // Long | Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model
String doi = doi_example; // String | only return articles with this doi
String handle = handle_example; // String | only return articles with this handle
try {
array[Article] result = apiInstance.articlesList(xCursor, page, pageSize, limit, offset, order, orderDirection, institution, publishedSince, modifiedSince, group, resourceDoi, itemType, doi, handle);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArticlesApi#articlesList");
e.printStackTrace();
}
}
}
import 'package:openapi/api.dart';
final api_instance = DefaultApi();
final UUID xCursor = new UUID(); // UUID | Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.
final Long page = new Long(); // Long | Page number. Used for pagination with page_size
final Long pageSize = new Long(); // Long | The number of results included on a page. Used for pagination with page
final Long limit = new Long(); // Long | Number of results included on a page. Used for pagination with query
final Long offset = new Long(); // Long | Where to start the listing (the offset of the first result). Used for pagination with limit
final String order = new String(); // String | The field by which to order. Default varies by endpoint/resource.
final String orderDirection = new String(); // String |
final Long institution = new Long(); // Long | only return articles from this institution
final String publishedSince = new String(); // String | Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
final String modifiedSince = new String(); // String | Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
final Long group = new Long(); // Long | only return articles from this group
final String resourceDoi = new String(); // String | Deprecated by related materials. Only return articles with this resource_doi
final Long itemType = new Long(); // Long | Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model
final String doi = new String(); // String | only return articles with this doi
final String handle = new String(); // String | only return articles with this handle
try {
final result = await api_instance.articlesList(xCursor, page, pageSize, limit, offset, order, orderDirection, institution, publishedSince, modifiedSince, group, resourceDoi, itemType, doi, handle);
print(result);
} catch (e) {
print('Exception when calling DefaultApi->articlesList: $e\n');
}
import org.openapitools.client.api.ArticlesApi;
public class ArticlesApiExample {
public static void main(String[] args) {
ArticlesApi apiInstance = new ArticlesApi();
UUID xCursor = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // UUID | Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.
Long page = 789; // Long | Page number. Used for pagination with page_size
Long pageSize = 789; // Long | The number of results included on a page. Used for pagination with page
Long limit = 789; // Long | Number of results included on a page. Used for pagination with query
Long offset = 789; // Long | Where to start the listing (the offset of the first result). Used for pagination with limit
String order = order_example; // String | The field by which to order. Default varies by endpoint/resource.
String orderDirection = orderDirection_example; // String |
Long institution = 789; // Long | only return articles from this institution
String publishedSince = publishedSince_example; // String | Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
String modifiedSince = modifiedSince_example; // String | Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
Long group = 789; // Long | only return articles from this group
String resourceDoi = resourceDoi_example; // String | Deprecated by related materials. Only return articles with this resource_doi
Long itemType = 789; // Long | Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model
String doi = doi_example; // String | only return articles with this doi
String handle = handle_example; // String | only return articles with this handle
try {
array[Article] result = apiInstance.articlesList(xCursor, page, pageSize, limit, offset, order, orderDirection, institution, publishedSince, modifiedSince, group, resourceDoi, itemType, doi, handle);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ArticlesApi#articlesList");
e.printStackTrace();
}
}
}
// Create an instance of the API class
ArticlesApi *apiInstance = [[ArticlesApi alloc] init];
UUID *xCursor = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected. (optional) (default to null)
Long *page = 789; // Page number. Used for pagination with page_size (optional) (default to null)
Long *pageSize = 789; // The number of results included on a page. Used for pagination with page (optional) (default to 10)
Long *limit = 789; // Number of results included on a page. Used for pagination with query (optional) (default to null)
Long *offset = 789; // Where to start the listing (the offset of the first result). Used for pagination with limit (optional) (default to null)
String *order = order_example; // The field by which to order. Default varies by endpoint/resource. (optional) (default to published_date)
String *orderDirection = orderDirection_example; // (optional) (default to desc)
Long *institution = 789; // only return articles from this institution (optional) (default to null)
String *publishedSince = publishedSince_example; // Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ (optional) (default to null)
String *modifiedSince = modifiedSince_example; // Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ (optional) (default to null)
Long *group = 789; // only return articles from this group (optional) (default to null)
String *resourceDoi = resourceDoi_example; // Deprecated by related materials. Only return articles with this resource_doi (optional) (default to null)
Long *itemType = 789; // Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model (optional) (default to null)
String *doi = doi_example; // only return articles with this doi (optional) (default to null)
String *handle = handle_example; // only return articles with this handle (optional) (default to null)
// Public Articles
[apiInstance articlesListWith:xCursor
page:page
pageSize:pageSize
limit:limit
offset:offset
order:order
orderDirection:orderDirection
institution:institution
publishedSince:publishedSince
modifiedSince:modifiedSince
group:group
resourceDoi:resourceDoi
itemType:itemType
doi:doi
handle:handle
completionHandler: ^(array[Article] output, NSError* error) {
if (output) {
NSLog(@"%@", output);
}
if (error) {
NSLog(@"Error: %@", error);
}
}];
var FigshareApi = require('figshare_api');
// Create an instance of the API class
var api = new FigshareApi.ArticlesApi()
var opts = {
'xCursor': 38400000-8cf0-11bd-b23e-10b96e4ef00d, // {UUID} Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.
'page': 789, // {Long} Page number. Used for pagination with page_size
'pageSize': 789, // {Long} The number of results included on a page. Used for pagination with page
'limit': 789, // {Long} Number of results included on a page. Used for pagination with query
'offset': 789, // {Long} Where to start the listing (the offset of the first result). Used for pagination with limit
'order': order_example, // {String} The field by which to order. Default varies by endpoint/resource.
'orderDirection': orderDirection_example, // {String}
'institution': 789, // {Long} only return articles from this institution
'publishedSince': publishedSince_example, // {String} Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
'modifiedSince': modifiedSince_example, // {String} Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
'group': 789, // {Long} only return articles from this group
'resourceDoi': resourceDoi_example, // {String} Deprecated by related materials. Only return articles with this resource_doi
'itemType': 789, // {Long} Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model
'doi': doi_example, // {String} only return articles with this doi
'handle': handle_example // {String} only return articles with this handle
};
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
api.articlesList(opts, callback);
using System;
using System.Diagnostics;
using Org.OpenAPITools.Api;
using Org.OpenAPITools.Client;
using Org.OpenAPITools.Model;
namespace Example
{
public class articlesListExample
{
public void main()
{
// Create an instance of the API class
var apiInstance = new ArticlesApi();
var xCursor = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // UUID | Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected. (optional) (default to null)
var page = 789; // Long | Page number. Used for pagination with page_size (optional) (default to null)
var pageSize = 789; // Long | The number of results included on a page. Used for pagination with page (optional) (default to 10)
var limit = 789; // Long | Number of results included on a page. Used for pagination with query (optional) (default to null)
var offset = 789; // Long | Where to start the listing (the offset of the first result). Used for pagination with limit (optional) (default to null)
var order = order_example; // String | The field by which to order. Default varies by endpoint/resource. (optional) (default to published_date)
var orderDirection = orderDirection_example; // String | (optional) (default to desc)
var institution = 789; // Long | only return articles from this institution (optional) (default to null)
var publishedSince = publishedSince_example; // String | Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ (optional) (default to null)
var modifiedSince = modifiedSince_example; // String | Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ (optional) (default to null)
var group = 789; // Long | only return articles from this group (optional) (default to null)
var resourceDoi = resourceDoi_example; // String | Deprecated by related materials. Only return articles with this resource_doi (optional) (default to null)
var itemType = 789; // Long | Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model (optional) (default to null)
var doi = doi_example; // String | only return articles with this doi (optional) (default to null)
var handle = handle_example; // String | only return articles with this handle (optional) (default to null)
try {
// Public Articles
array[Article] result = apiInstance.articlesList(xCursor, page, pageSize, limit, offset, order, orderDirection, institution, publishedSince, modifiedSince, group, resourceDoi, itemType, doi, handle);
Debug.WriteLine(result);
} catch (Exception e) {
Debug.Print("Exception when calling ArticlesApi.articlesList: " + e.Message );
}
}
}
}
<?php
require_once(__DIR__ . '/vendor/autoload.php');
// Create an instance of the API class
$api_instance = new OpenAPITools\Client\Api\ArticlesApi();
$xCursor = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // UUID | Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.
$page = 789; // Long | Page number. Used for pagination with page_size
$pageSize = 789; // Long | The number of results included on a page. Used for pagination with page
$limit = 789; // Long | Number of results included on a page. Used for pagination with query
$offset = 789; // Long | Where to start the listing (the offset of the first result). Used for pagination with limit
$order = order_example; // String | The field by which to order. Default varies by endpoint/resource.
$orderDirection = orderDirection_example; // String |
$institution = 789; // Long | only return articles from this institution
$publishedSince = publishedSince_example; // String | Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
$modifiedSince = modifiedSince_example; // String | Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
$group = 789; // Long | only return articles from this group
$resourceDoi = resourceDoi_example; // String | Deprecated by related materials. Only return articles with this resource_doi
$itemType = 789; // Long | Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model
$doi = doi_example; // String | only return articles with this doi
$handle = handle_example; // String | only return articles with this handle
try {
$result = $api_instance->articlesList($xCursor, $page, $pageSize, $limit, $offset, $order, $orderDirection, $institution, $publishedSince, $modifiedSince, $group, $resourceDoi, $itemType, $doi, $handle);
print_r($result);
} catch (Exception $e) {
echo 'Exception when calling ArticlesApi->articlesList: ', $e->getMessage(), PHP_EOL;
}
?>
use Data::Dumper;
use WWW::OPenAPIClient::Configuration;
use WWW::OPenAPIClient::ArticlesApi;
# Create an instance of the API class
my $api_instance = WWW::OPenAPIClient::ArticlesApi->new();
my $xCursor = 38400000-8cf0-11bd-b23e-10b96e4ef00d; # UUID | Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected.
my $page = 789; # Long | Page number. Used for pagination with page_size
my $pageSize = 789; # Long | The number of results included on a page. Used for pagination with page
my $limit = 789; # Long | Number of results included on a page. Used for pagination with query
my $offset = 789; # Long | Where to start the listing (the offset of the first result). Used for pagination with limit
my $order = order_example; # String | The field by which to order. Default varies by endpoint/resource.
my $orderDirection = orderDirection_example; # String |
my $institution = 789; # Long | only return articles from this institution
my $publishedSince = publishedSince_example; # String | Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
my $modifiedSince = modifiedSince_example; # String | Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ
my $group = 789; # Long | only return articles from this group
my $resourceDoi = resourceDoi_example; # String | Deprecated by related materials. Only return articles with this resource_doi
my $itemType = 789; # Long | Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model
my $doi = doi_example; # String | only return articles with this doi
my $handle = handle_example; # String | only return articles with this handle
eval {
my $result = $api_instance->articlesList(xCursor => $xCursor, page => $page, pageSize => $pageSize, limit => $limit, offset => $offset, order => $order, orderDirection => $orderDirection, institution => $institution, publishedSince => $publishedSince, modifiedSince => $modifiedSince, group => $group, resourceDoi => $resourceDoi, itemType => $itemType, doi => $doi, handle => $handle);
print Dumper($result);
};
if ($@) {
warn "Exception when calling ArticlesApi->articlesList: $@\n";
}
from __future__ import print_statement
import time
import openapi_client
from openapi_client.rest import ApiException
from pprint import pprint
# Create an instance of the API class
api_instance = openapi_client.ArticlesApi()
xCursor = 38400000-8cf0-11bd-b23e-10b96e4ef00d # UUID | Unique hash used for bypassing the item retrieval limit of 9,000 entities. When using this parameter, please note that the offset parameter will not be available, but the limit parameter will still work as expected. (optional) (default to null)
page = 789 # Long | Page number. Used for pagination with page_size (optional) (default to null)
pageSize = 789 # Long | The number of results included on a page. Used for pagination with page (optional) (default to 10)
limit = 789 # Long | Number of results included on a page. Used for pagination with query (optional) (default to null)
offset = 789 # Long | Where to start the listing (the offset of the first result). Used for pagination with limit (optional) (default to null)
order = order_example # String | The field by which to order. Default varies by endpoint/resource. (optional) (default to published_date)
orderDirection = orderDirection_example # String | (optional) (default to desc)
institution = 789 # Long | only return articles from this institution (optional) (default to null)
publishedSince = publishedSince_example # String | Filter by article publishing date. Will only return articles published after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ (optional) (default to null)
modifiedSince = modifiedSince_example # String | Filter by article modified date. Will only return articles modified after the date. date(ISO 8601) YYYY-MM-DD or date-time(ISO 8601) YYYY-MM-DDTHH:mm:ssZ (optional) (default to null)
group = 789 # Long | only return articles from this group (optional) (default to null)
resourceDoi = resourceDoi_example # String | Deprecated by related materials. Only return articles with this resource_doi (optional) (default to null)
itemType = 789 # Long | Only return articles with the respective type. Mapping for item_type is: 1 - Figure, 2 - Media, 3 - Dataset, 5 - Poster, 6 - Journal contribution, 7 - Presentation, 8 - Thesis, 9 - Software, 11 - Online resource, 12 - Preprint, 13 - Book, 14 - Conference contribution, 15 - Chapter, 16 - Peer review, 17 - Educational resource, 18 - Report, 19 - Standard, 20 - Composition, 21 - Funding, 22 - Physical object, 23 - Data management plan, 24 - Workflow, 25 - Monograph, 26 - Performance, 27 - Event, 28 - Service, 29 - Model (optional) (default to null)
doi = doi_example # String | only return articles with this doi (optional) (default to null)
handle = handle_example # String | only return articles with this handle (optional) (default to null)
try:
# Public Articles
api_response = api_instance.articles_list(xCursor=xCursor, page=page, pageSize=pageSize, limit=limit, offset=offset, order=order, orderDirection=orderDirection, institution=institution, publishedSince=publishedSince, modifiedSince=modifiedSince, group=group, resourceDoi=resourceDoi, itemType=itemType, doi=doi, handle=handle)
pprint(api_response)
except ApiException as e:
print("Exception when calling ArticlesApi->articlesList: %s\n" % e)
extern crate ArticlesApi;
pub fn main() {
let xCursor = 38400000-8cf0-11bd-b23e-10b96e4ef00d; // UUID
let page = 789; // Long
let pageSize = 789; // Long
let limit = 789; // Long
let offset = 789; // Long
let order = order_example; // String
let orderDirection = orderDirection_example; // String
let institution = 789; // Long
let publishedSince = publishedSince_example; // String
let modifiedSince = modifiedSince_example; // String
let group = 789; // Long
let resourceDoi = resourceDoi_example; // String
let itemType = 789; // Long
let doi = doi_example; // String
let handle = handle_example; // String
let mut context = ArticlesApi::Context::default();
let result = client.articlesList(xCursor, page, pageSize, limit, offset, order, orderDirection, institution, publishedSince, modifiedSince, group, resourceDoi, itemType, doi, handle, &context).wait();
println!("{:?}", result);
}